pp108 : Using JMS Connector

Using JMS Connector

This topic describes the procedure to use Java Message Service (JMS) with Simple Client.


You can send and receive SOAP messages using Connection Point URI configured on Java Message Service (JMS).

  1. On CUSP > My Applications, click (System Resource Manager). The System Resource Manager window appears.
  2. Click on the toolbar. The Service Groups App Palette is displayed.
  3. In the Service Groups App Palette, click . The New Service Group wizard appears.
  4. Select the Event Service application connector, and then click Next. The Provide Service Group Details page appears. See Application Connectors.
  5. Click Next. The Provide Service Container Details page appears. See Service Container Configuration Interface.
  6. Click Next. The Provide Logging Configuration Details page appears. See Logging Configuration Interface.
  7. Click Next. The Provide details for <Application Connector> page appears. See Connection Parameters for Application Connectors.
  8. Click Next. The Provide Connection Point Details page appears.
  9. Enter the connection point details for JMS, and then click Finish. For information about configuring the connection point, see Connection Point Configuration Interface.
  10. Go to CUSP > Service Test Tool. The Service Test Tool page is displayed using which the JMS connector configuration can be verified.
  11. Select the Transactional option. It sets the transactional transport preference for the message being sent. 

Note: SOAP messages are sent and received using Connection Point URI configured on JMS. See JMS Connector for SOAP APIs that are available to use the JMS connector.

Related tasks

Sending and Receiving SOAP Messages using Simple Client